home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 January / CHIP Turkiye Ocak 1998.iso / MUZIK / MP3COMPR / MP3COMPR.EXE / _SETUP.1 / MP3Comp.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Encoding:
Text File  |  1997-07-18  |  4.0 KB  |  185 lines

  1. object Form1: TForm1
  2.   Left = 214
  3.   Top = 131
  4.   HelpContext = 1
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'MP3 Compressor'
  8.   ClientHeight = 335
  9.   ClientWidth = 377
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label2: TLabel
  20.     Left = 8
  21.     Top = 320
  22.     Width = 3
  23.     Height = 13
  24.     Hint = 'The Format you have selected'
  25.     Font.Color = clBlack
  26.     Font.Height = -11
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = []
  29.     ParentFont = False
  30.     ParentShowHint = False
  31.     ShowHint = True
  32.     Transparent = True
  33.   end
  34.   object VersionLabel: TLabel
  35.     Left = 304
  36.     Top = 323
  37.     Width = 66
  38.     Height = 11
  39.     Hint = 'That'#39's me ;)'
  40.     Caption = 'v0.9f by MP3hC'
  41.     Font.Color = clBlack
  42.     Font.Height = -9
  43.     Font.Name = 'Small Fonts'
  44.     Font.Style = []
  45.     ParentFont = False
  46.     ParentShowHint = False
  47.     ShowHint = True
  48.     Transparent = True
  49.   end
  50.   object GroupBox1: TGroupBox
  51.     Left = 216
  52.     Top = 0
  53.     Width = 153
  54.     Height = 48
  55.     Caption = 'Player'
  56.     Font.Color = clBlack
  57.     Font.Height = -9
  58.     Font.Name = 'Small Fonts'
  59.     Font.Style = []
  60.     ParentFont = False
  61.     TabOrder = 9
  62.     object FormatLabel: TLabel
  63.       Left = 9
  64.       Top = 33
  65.       Width = 135
  66.       Height = 11
  67.       Hint = 'Format of the selected item'
  68.       Alignment = taCenter
  69.       ParentShowHint = False
  70.       ShowHint = True
  71.     end
  72.   end
  73.   object Button2: TButton
  74.     Left = 144
  75.     Top = 290
  76.     Width = 89
  77.     Height = 20
  78.     Hint = 'Compress the selected Files'
  79.     Caption = 'Compress'
  80.     ParentShowHint = False
  81.     ShowHint = True
  82.     TabOrder = 0
  83.     OnClick = Button2Click
  84.   end
  85.   object FileListBox1: TFileListBox
  86.     Left = 216
  87.     Top = 50
  88.     Width = 153
  89.     Height = 233
  90.     Hint = 'Select files you want to compress'
  91.     ItemHeight = 13
  92.     Mask = '*.wav'
  93.     MultiSelect = True
  94.     ParentShowHint = False
  95.     ShowHint = True
  96.     TabOrder = 1
  97.     OnChange = FileListBox1Down
  98.     OnClick = FileListBox1Change
  99.   end
  100.   object DirectoryListBox1: TDirectoryListBox
  101.     Left = 8
  102.     Top = 50
  103.     Width = 161
  104.     Height = 233
  105.     Hint = 'Choose the Directory of the WAV files to compress'
  106.     FileList = FileListBox1
  107.     ItemHeight = 16
  108.     ParentShowHint = False
  109.     ShowHint = True
  110.     TabOrder = 2
  111.     OnChange = DirectoryListBox1Change
  112.   end
  113.   object DriveComboBox1: TDriveComboBox
  114.     Left = 8
  115.     Top = 26
  116.     Width = 105
  117.     Height = 19
  118.     Hint = 'Choose the drive of the files to compress'
  119.     DirList = DirectoryListBox1
  120.     ParentShowHint = False
  121.     ShowHint = True
  122.     TabOrder = 3
  123.   end
  124.   object Button4: TButton
  125.     Left = 344
  126.     Top = 282
  127.     Width = 18
  128.     Height = 15
  129.     Hint = 'Select All Files from Directory'
  130.     Caption = '*.*'
  131.     ParentShowHint = False
  132.     ShowHint = True
  133.     TabOrder = 4
  134.     OnClick = Button4Click
  135.   end
  136.   object PrefButton: TButton
  137.     Left = 32
  138.     Top = 290
  139.     Width = 75
  140.     Height = 20
  141.     Hint = 'Choose your Preferences'
  142.     Caption = 'Preferences...'
  143.     ParentShowHint = False
  144.     ShowHint = True
  145.     TabOrder = 5
  146.     OnClick = PrefButtonClick
  147.   end
  148.   object MediaPlayer: TMediaPlayer
  149.     Left = 222
  150.     Top = 12
  151.     Width = 141
  152.     Height = 20
  153.     Hint = 'Play the Selected Item'
  154.     EnabledButtons = [btNext, btPrev, btRecord, btEject]
  155.     VisibleButtons = [btPlay, btPause, btStop, btStep, btBack]
  156.     AutoEnable = False
  157.     DeviceType = dtWaveAudio
  158.     FileName = 'C:\BROL\mp3\test\disk117.wav'
  159.     ParentShowHint = False
  160.     ShowHint = True
  161.     TabOrder = 6
  162.     OnClick = MediaPlayerClick
  163.   end
  164.   object Button1: TButton
  165.     Left = 8
  166.     Top = 290
  167.     Width = 17
  168.     Height = 20
  169.     Hint = 'About this...F1 for help'
  170.     Caption = '?'
  171.     ParentShowHint = False
  172.     ShowHint = True
  173.     TabOrder = 7
  174.     OnClick = AboutClick
  175.   end
  176.   object ListBox: TListBox
  177.     Left = 200
  178.     Top = 50
  179.     Width = 17
  180.     Height = 233
  181.     ItemHeight = 13
  182.     TabOrder = 8
  183.   end
  184. end
  185.